-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #19
base: master
Are you sure you want to change the base?
Conversation
"style-loader": "^1.3.0" | ||
"@storybook/node-logger": "^6.1.21", | ||
"css-loader": "^5.2.0", | ||
"postcss": "^8.2.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#25 as stated
postcss
must be >=8.2.10
yo @JohnAlbin @phated can we get an update on why this hasn't been merged? |
Bump |
Can we also add the peerDependency that yarn 2 needs to prevent these warnings:
Since this package depends on the 3 loaders above which have webpack as peerDependencies and does not provide it, it should forward the peerDependencies on to the next consumer. See yarnpkg/berry#3 for further details. |
@knightly-bot build this |
Updates version of PostCSS and webpack loaders